Q3Set_GetType
You can use theQ3Set_GetType
function to get the type of a set.
TQ3ObjectType Q3Set_GetType (TQ3SetObject set);
set
- A set object.
DESCRIPTION
TheQ3Set_GetType
function returns, as its function result, the type of the set specified by theset
parameter. The types of sets currently supported by QuickDraw 3D are defined by constants:
kQ3SetTypeAttributeIf the type of the set cannot be determined or is invalid,Q3Set_GetType
returns the valuekQ3ObjectTypeInvalid
.